home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar
/
1998
/
May
/
di9805bt
/
fixtext
/
Fixtext.dpr
< prev
next >
Wrap
Text File
|
1994-12-17
|
166b
|
13 lines
program Fixtext;
uses
Forms,
Fixtextf in 'FIXTEXTF.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.